-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some rescaling issues smoked out by the regional Bering domain #104
Conversation
remove conflict with dev/emc
further resolve conflict
put id_sppt_wts, etc back.
* remove white space and fix comment * Update MOM_oda_incupd.F90 remove unused index bounds, and fix sum_h2 loop. Co-authored-by: pjpegion <Philip.Pegion@noaa.gov> Co-authored-by: Marshall Ward <marshall.ward@noaa.gov>
- Pointing to OBC wiki file from the lateral parameterizations doc. - Using the MOM6 verbosity to control the time_interp verbosity. - Making the check for negative water depths more informative.
- Scaling of OBC's dz_src. - Scaling of CS%IDatu in MOM_barotropic.
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #104 +/- ##
=========================================
Coverage 28.76% 28.77%
=========================================
Files 248 248
Lines 72968 72985 +17
=========================================
+ Hits 20990 20998 +8
- Misses 51978 51987 +9
Continue to review full report at Codecov.
|
I just pushed a fix to the rest of your comments (thank you!) except for the MOM_lateral_boundary_diffusion one. It would require GV%m_to_H and GV%kg_m2_to_H to be passed through too. |
Added the new run-time parameter ODA_2018_ANSWERS to recover the answers from the previous version of the code, which did not supply properly dimensional rescaled minimum thicknesses for the remapping calls in the ODA driver. When this is set to True, all answers are bitwise identical.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am now satisfied that this PR is a correct and useful new contribution to the MOM6 code.
update to MOM6 main 20220902 commit
Closes issue #54